home *** CD-ROM | disk | FTP | other *** search
/ Alles Voor Internet / Tout Pour Internet / alles voor internet.iso / MacInternet™ / Unix / macutil2.0b1.shar / macutil / util / makefile < prev    next >
Encoding:
Makefile  |  1993-05-21  |  291 b   |  23 lines

  1. CFLAGS=    -O $(CF)
  2.  
  3. all:    util.o transname.o backtrans.o
  4.     touch all
  5.  
  6. util.o:    util.c
  7.  
  8. transname.o:    transname.c
  9.  
  10. backtrans.o:    backtrans.c
  11.  
  12. clean:
  13.     -rm -f util.o
  14.     -rm -f transname.o
  15.     -rm -f backtrans.o
  16.     -rm -f all
  17.  
  18. util.o:    ../fileio/fileglob.h
  19. util.o:    masks.h
  20. util.o:    util.h
  21. backtrans.o:    masks.h
  22.  
  23.